ICollection.SyncRoot Property

Task Parallel System.Threading

Gets an object that can be used to synchronize access to the ICollection. This property is not supported.

Namespace:  System.Collections.Concurrent
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Private ReadOnly Property SyncRoot As Object
	Implements ICollection.SyncRoot
C#
Object ICollection.SyncRoot { get; }

Implements

ICollection..::.SyncRoot

Exceptions

ExceptionCondition
System..::.NotSupportedExceptionThe SyncRoot property is not supported.

See Also